Overload | Description |
---|---|
C1DelegateList<T> Constructor(Int32,Func<Int32,T>) | Initializes a new instance of the C1DelegateList<T> class. |
C1DelegateList<T> Constructor(IReadOnlyList<T>) | Initializes a new instance of the C1DelegateList<T> class. |
C1DelegateList<T> Constructor(IList) | Initializes a new instance of the C1DelegateList<T> class. |
C1DelegateList<T> Constructor(Func<Int32>,Func<Int32,T>) | Initializes a new instance of the C1DelegateList<T> class. |